SelectInputBase<TValue>
Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class SelectInputBase<TValue> : TextInputBase<TValue>
Properties
Options
View Source
Declaration
public IEnumerable<TValue>? Options { get; set; }
Input
View Source
Declaration
public InputInfo Input { get; set; }
Values
View Source
Declaration
public string[] Values { get; set; }
Entries
View Source
Declaration
public KeyValuePair<string, string>[] Entries { get; set; }
ChildContent
View Source
Declaration
public RenderFragment? ChildContent { get; set; }
Methods
KvpValues()
View Source
Declaration
protected List<KeyValuePair<string, string>> KvpValues()
Returns
List<KeyValuePair<System.String,System.String>>